Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Success Property


In This Topic
    Success Property (ActionResult<T>)
    In This Topic
    Gets a value indicating whether the action is executed successful.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Success As Boolean
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    Dim value As Boolean
     
    value = instance.Success
    public bool Success {get;}

    Property Value

    true if the action is executed successful; otherwise, false.
    See Also